projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85cff94
)
(clipboard-yank): Add delete-selection property.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Sep 1995 18:21:48 +0000
(18:21 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 25 Sep 1995 18:21:48 +0000
(18:21 +0000)
lisp/delsel.el
patch
|
blob
|
history
diff --git
a/lisp/delsel.el
b/lisp/delsel.el
index 4b61f8130d03e65b42101a94288a9a5d774397b6..13a1cb537f48ab0167dcd427f5c4ba1876936882 100644
(file)
--- a/
lisp/delsel.el
+++ b/
lisp/delsel.el
@@
-72,6
+72,7
@@
insertion commands first delete the region and then insert.")
(put 'self-insert-iso 'delete-selection t)
(put 'yank 'delete-selection 'yank)
+(put 'clipboard-yank 'delete-selection 'yank)
(put 'insert-register 'delete-selection t)
(put 'delete-backward-char 'delete-selection 'supersede)